projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7608f4
)
(Fmake_char_table): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 19:17:24 +0000
(19:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 19:17:24 +0000
(19:17 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 44d9e23bac2ac498d92fe775d0a1155a44dee338..002dc51ddb974dac5abf76b18d5353938405b4a1 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-758,7
+758,7
@@
See also the function `vector'.")
}
DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0,
- "Return a newly created char-table, with purpose PURPOSE.
+ "Return a newly created char-table, with purpose PURPOSE.
\n\
Each element is initialized to INIT, which defaults to nil.\n\
PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\
The property's value should be an integer between 0 and 10.")